home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Documents / Diagram / UW_Palettes / PCBLayout.dpalette2 / Image71 (.txt) < prev    next >
NeXT TypedStream Data  |  1995-06-12  |  826b  |  28 lines

  1. typedstream
  2. NXImage
  3. Object
  4. NXEPSImageRep
  5. NXImageRep
  6. iisssss
  7. [687c]%!PS-Adobe-2.0 EPSF-2.0
  8. %%Title:ComponentLarge.eps
  9. %%Creator: Kevin Brain (ksbrain@zeus.UWaterloo.ca)
  10. %%CreationDate: Fri Nov 22 1991
  11. %%Pages: 0 1
  12. %%BoundingBox: 0 0 36 36 
  13. %%DocumentFonts: Times-BoldItalic
  14. %%EndComments
  15. % eps drawing of component for Diagram palette 
  16. % number of pixels per Diagram Grid
  17. /GRIDSIZE 9 def
  18. % one grid represents 0.05 inches
  19. /GRIDSCALE 0.05 def
  20. % multiply sizes in inches by ScaleFactor in pixels/inch 
  21. /SCALEFACTOR {GRIDSIZE GRIDSCALE div mul} def
  22. /OUTERRADIUS {0.1 SCALEFACTOR} def
  23. /HOLERADIUS {0.025 SCALEFACTOR} def
  24. 1 1 scale
  25. GRIDSIZE 2 mul GRIDSIZE 2 mul OUTERRADIUS 0 360 arc fill
  26. 1 setgray
  27. GRIDSIZE 2 mul GRIDSIZE 2 mul HOLERADIUS 0 360 arc fill
  28.